Share

ParamPoint.Value Property



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

Syntax

C#

public override Point3d Value { get; set; }

VB

Public Overrides Property Value As Point3d
	Get
	Set

C++

public:
virtual property Point3d Value {
	Point3d get () override;
	void set (Point3d value) override;
}

Property Value

Point3d

See Also

Reference

Was this information helpful?