PointGroupIsPointStyleOverridden Property |
Gets or sets whether the point style for points in the PointGroup is overridden.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic bool IsPointStyleOverridden { get; set; }
Public Property IsPointStyleOverridden As Boolean
Get
Set
public:
property bool IsPointStyleOverridden {
bool get ();
void set (bool value);
}
Property Value
Boolean
Example1if (pointGroup.IsPointStyleOverridden)
2{
3 write("PointGroup point style is overridden.\n");
4}
1If pointGroup__1.IsPointStyleOverridden Then
2 write("PointGroup point style is overridden." & vbLf)
3End If
No code example is currently available or this language may not be supported.
See Also