Share

Section.SourceId Property

Gets the ObjectId of the Section's Source



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

Syntax

C#

public virtual ObjectId SourceId { get; }

VB

Public Overridable ReadOnly Property SourceId As ObjectId
	Get

C++

public:
virtual property ObjectId SourceId {
	ObjectId get ();
}

Property Value

ObjectId

Remarks

Note: if section type is corridor surface, then return value is corridor object id; in this case, another property CorridorSurfaceId returns corridor surface object id.

See Also

Reference

Was this information helpful?