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