PointGroupIsOutOfDate Property |
Gets whether this PointGroup is out-of-date.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool IsOutOfDate { get; }
Public ReadOnly Property IsOutOfDate As Boolean
Get
public:
property bool IsOutOfDate {
bool get ();
}
Property Value
Boolean
Example1bool outOfDate = pointGroup.IsOutOfDate;
2write("PointGroup IsOutOfDate: " + outOfDate + "\n");
1Dim outOfDate As Boolean = pointGroup__1.IsOutOfDate
No code example is currently available or this language may not be supported.
See Also