SurfaceMaskCreationDataSurfaceId Property |
Gets or sets surface ObjectId of the mask.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId SurfaceId { get; set; }Public Property SurfaceId As ObjectId
Get
Set
public:
property ObjectId SurfaceId {
ObjectId get ();
void set (ObjectId value);
}Property Value
ObjectId
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when the SurfaceId is not an ObjectId of type Autodesk.Civil.DatabaseServices.Surface.
|
See Also