Share

Section.CorridorSurfaceId Property

Get corridor surface object id.



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

Syntax

C#

public virtual ObjectId CorridorSurfaceId { get; }

VB

Public Overridable ReadOnly Property CorridorSurfaceId As ObjectId
	Get

C++

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

Property Value

ObjectId

Exceptions

ExceptionCondition
[!:System.InvalidOperationException] Thrown when section type is not corridor surface.

See Also

Reference

Was this information helpful?