ParamsProfileGlobal Property

ParamsProfileGlobal

Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public ParamProfileCollection ParamsProfileGlobal { get; }

Visual Basic

Public ReadOnly Property ParamsProfileGlobal As ParamProfileCollection
	Get

Visual C++

public:
property ParamProfileCollection^ ParamsProfileGlobal {
	ParamProfileCollection^ get ();
}

See Also