SectionCorridorSurfaceId Property |
Get corridor surface object id.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic virtual ObjectId CorridorSurfaceId { get; }
Public Overridable ReadOnly Property CorridorSurfaceId As ObjectId
Get
public:
virtual property ObjectId CorridorSurfaceId {
ObjectId get ();
}
Property Value
ObjectId
ExceptionsException | Condition |
---|
[!:System.InvalidOperationException] |
Thrown when section type is not corridor surface.
|
See Also