ProfileViewStructureIds Property

Gets an ObjectIdCollection of all spanned ProfileViewStructures.

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

Syntax

C#

public ObjectIdCollection ProfileViewStructureIds { get; }

Visual Basic

Public ReadOnly Property ProfileViewStructureIds As ObjectIdCollection
	Get

Visual C++

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

Remarks

The first item in ProfileViewStructureIds is the first ProfileViewStructure. The last item in ProfileViewStructureIds is the end ProfileViewStructure.

See Also