PartRefSurfaceId Property

Gets or sets the object id of the surface that this part references.

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

Property Value

ObjectId
Exceptions
ExceptionCondition
ArgumentException Thrown when the input is not a valid object id for a surface.
Remarks
OBJECTID TYPE: Autodesk.Civil.DatabaseServices.Surface
See Also