Gets the collection of marked point parameters.

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

Syntax

C#
public ParamPointCollection ParamsPoint { get; }
Visual Basic
Public ReadOnly Property ParamsPoint As ParamPointCollection
	Get
Visual C++
public:
property ParamPointCollection^ ParamsPoint {
	ParamPointCollection^ get ();
}

See Also