Get the roadway codes of the shape.
Get the roadway codes of the shape.
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: property CodeCollection^ Codes { CodeCollection^ get (); } |