SpanningPipeProfileLabelProfileViewStructureIds Property |
Gets an ObjectIdCollection of all spanned ProfileViewStructures.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectIdCollection ProfileViewStructureIds { get; }
Public ReadOnly Property ProfileViewStructureIds As ObjectIdCollection
Get
public:
property ObjectIdCollection^ ProfileViewStructureIds {
ObjectIdCollection^ get ();
}
Property Value
ObjectIdCollection
Remarks
The first item in ProfileViewStructureIds is the first ProfileViewStructure.
The last item in ProfileViewStructureIds is the end ProfileViewStructure.
See Also