 | RoutingCollectionSegments Property |
Gets the segments this routing collection contains.
Namespace: ema3d.Api.V25.CablingAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic ISet<IHasTrimmedCurve> Segments { get; }
Public ReadOnly Property Segments As ISet(Of IHasTrimmedCurve)
Get
public:
property ISet<IHasTrimmedCurve^>^ Segments {
ISet<IHasTrimmedCurve^>^ get ();
}
member Segments : ISet<IHasTrimmedCurve> with get
Property Value
ISetIHasTrimmedCurve
See Also