PointDescriptionKeyLayerId Property

Specifies the layer for the point.

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

Property Value

ObjectId
Exceptions
ExceptionCondition
ArgumentException Thrown when newValue is not a valid ObjectId of a LayerTableRecord.
See Also