GetSupportedContexts Method

Gets the collection of supported ContextType.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0

Syntax

C#

public PartContextType[] GetSupportedContexts()

Visual Basic

Public Function GetSupportedContexts As PartContextType()

Visual C++

public:
array<PartContextType>^ GetSupportedContexts()

See Also