Share

PartDataRange.Context Property

Gets the parameter context of the list.



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

Syntax

C#

public PartContextType Context { get; }

VB

Public ReadOnly Property Context As PartContextType
	Get

C++

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

Property Value

PartContextType

See Also

Reference

Was this information helpful?