StructureIds Property

Gets an ObjectIdCollection of all spanned structures.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public ObjectIdCollection StructureIds { get; }

Visual Basic

Public ReadOnly Property StructureIds As ObjectIdCollection
	Get

Visual C++

public:
property ObjectIdCollection^ StructureIds {
	ObjectIdCollection^ get ();
}

Remarks

The first item of StructureIds is the first Structure. The last item of StructureIds is the end Structure.

See Also