Share

CorridorState.ParamsPoint Property

Gets the collection of marked point parameters.



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

Syntax

C#

public ParamPointCollection ParamsPoint { get; }

VB

Public ReadOnly Property ParamsPoint As ParamPointCollection
	Get

C++

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

Property Value

ParamPointCollection

See Also

Reference

Was this information helpful?