SurfaceMaskCreationDataSurfaceId Property

Gets or sets surface ObjectId of the mask.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public ObjectId SurfaceId { get; set; }

Property Value

ObjectId
Exceptions
ExceptionCondition
ArgumentException Thrown when the SurfaceId is not an ObjectId of type Autodesk.Civil.DatabaseServices.Surface.
See Also