PointGroupIsPointLabelStyleOverridden Property

Gets or sets whether the point label style for points in the PointGroup is overridden.

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

Property Value

Boolean
Example
1if (pointGroup.IsPointLabelStyleOverridden)
2{
3    write("PointGroup point label style is overridden.\n");
4}
See Also