PointGroupIsOutOfDate Property

Gets whether this PointGroup is out-of-date.

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

Property Value

Boolean
Example
1bool outOfDate = pointGroup.IsOutOfDate;
2write("PointGroup IsOutOfDate: " + outOfDate + "\n");
See Also