GetSelectedMaterials Method

Gets the selected materials when table type is Material.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: 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

ExceptionCondition
[!:System.InvalidOperationException] Thrown when table type is TotalVolume.

See Also