CorridorSurfaceBoundaryBoundaryType Property |
Gets or sets the surface boundary type.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic CorridorSurfaceBoundaryType BoundaryType { get; set; }
Public Property BoundaryType As CorridorSurfaceBoundaryType
Get
Set
public:
property CorridorSurfaceBoundaryType BoundaryType {
CorridorSurfaceBoundaryType get ();
void set (CorridorSurfaceBoundaryType value);
}
Property Value
CorridorSurfaceBoundaryType
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when setting if the boundary is corridor extents.
|
See Also