Share

CorridorState.ParamsPointGlobal Property

ParamsPointGlobal



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

Syntax

C#

public ParamPointCollection ParamsPointGlobal { get; }

VB

Public ReadOnly Property ParamsPointGlobal As ParamPointCollection
	Get

C++

public:
property ParamPointCollection^ ParamsPointGlobal {
	ParamPointCollection^ get ();
}

Property Value

ParamPointCollection

See Also

Reference

Was this information helpful?