 | RoutingCollectionParent Property |
Gets the parent cable this routing is attached to.
Namespace: ema3d.Api.V25.CablingAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic IHasRouting Parent { get; }
Public ReadOnly Property Parent As IHasRouting
Get
public:
property IHasRouting^ Parent {
IHasRouting^ get ();
}
member Parent : IHasRouting with get
Property Value
IHasRouting
See Also