CogoPointStyleId Property

Gets or sets the point style for the point.

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

Property Value

ObjectId
Exceptions
ExceptionCondition
ArgumentException Thrown when the ObjectId is not a valid ObjectId of a PointStyle.
Remarks
ObjectId.Null is a valid value.
See Also