Gets the collection of codes associated with this point.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public CodeCollection Codes { get; } |
Visual Basic |
---|
Public ReadOnly Property Codes As CodeCollection Get |
Visual C++ |
---|
public: virtual property CodeCollection^ Codes { CodeCollection^ get () sealed; } |