ZoneDefinitionTouchingComponents Property
Namespace: PCBI_API_Extensions.ZonesAssembly: PCBI.API_Library (in PCBI.API_Library.dll) Version: 17.0.0.0 (17.0.0.0)
public virtual ConcurrentBag<ICMPObject> TouchingComponents { get; set; }
Public Overridable Property TouchingComponents As ConcurrentBag(Of ICMPObject)
Get
Set
public:
virtual property ConcurrentBag<ICMPObject^>^ TouchingComponents {
ConcurrentBag<ICMPObject^>^ get ();
void set (ConcurrentBag<ICMPObject^>^ value);
}
abstract TouchingComponents : ConcurrentBag<ICMPObject> with get, set
override TouchingComponents : ConcurrentBag<ICMPObject> with get, set
Property Value
ConcurrentBagICMPObject