Gets the selected materials when table type is Material.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public Guid[] GetSelectedMaterials()
Visual Basic
Public Function GetSelectedMaterials As Guid()
Visual C++
public:
array<Guid>^ GetSelectedMaterials()
Exceptions
Exception | Condition |
---|---|
[!:System.InvalidOperationException] | Thrown when table type is TotalVolume. |