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
ObjectIdExceptions
Exception | Condition |
---|---|
[!:System.InvalidOperationException] | Thrown when section type is not corridor surface. |