Share

SectionOverride.SectionId Property

Gets the ObjectId of the section.



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

Syntax

C#

public ObjectId SectionId { get; }

VB

Public ReadOnly Property SectionId As ObjectId
	Get

C++

public:
property ObjectId SectionId {
	ObjectId get ();
}

Property Value

ObjectId

Remarks

OBJECTID TYPE: Autodesk.Civil.DatabaseServices.Section.

See Also

Reference

Was this information helpful?