CogoPointCollectionCount Property |
Gets the count of CogoPoint objects in the collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic uint Count { get; }
Public ReadOnly Property Count As UInteger
Get
public:
property unsigned int Count {
unsigned int get ();
}
Property Value
UInt32
Example1
2CogoPointCollection cogoPoints = _civildoc.CogoPoints;
3
4write("Number of COGO Points in the drawing: " + cogoPoints.Count);
1
2Dim cogoPoints As CogoPointCollection = _civildoc.CogoPoints
No code example is currently available or this language may not be supported.
See Also