Gets the collection of all CogoPoint user defined property classifications in the drawing.
Namespace: Autodesk.Civil.ApplicationServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public UDPClassificationCollection PointUDPClassifications { get; } |
Visual Basic |
---|
Public ReadOnly Property PointUDPClassifications As UDPClassificationCollection Get |
Visual C++ |
---|
public: property UDPClassificationCollection^ PointUDPClassifications { UDPClassificationCollection^ get (); } |