Context Property

Gets the parameter context of the list

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

Syntax

C#

public PartContextType Context { get; }

Visual Basic

Public ReadOnly Property Context As PartContextType
	Get

Visual C++

public:
property PartContextType Context {
	PartContextType get ();
}

See Also