PointGroupIsPointStyleOverridden Property

Gets or sets whether the point 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 IsPointStyleOverridden { get; set; }

Property Value

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