Gets the collection of the structures projected to the profile view.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public StructureOverrideCollection StructureOverrides { get; } |
| Visual Basic |
|---|
Public ReadOnly Property StructureOverrides As StructureOverrideCollection Get |
| Visual C++ |
|---|
public: property StructureOverrideCollection^ StructureOverrides { StructureOverrideCollection^ get (); } |