Gets the selected materials when table type is Material.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public Guid[] GetSelectedMaterials()
VB
Public Function GetSelectedMaterials As Guid()
C++
public: array<Guid>^ GetSelectedMaterials()
Return Value
GuidExceptions
Exception | Condition |
---|---|
[!:System.InvalidOperationException] | Thrown when table type is TotalVolume. |