Share

ParamBase<5,Autodesk::AutoCAD::Geometry::Point3d,AcGePoint3d,Autodesk::Civil::Runtime::CastOp<Autodesk::AutoCAD::Geometry::Point3d,AcGePoint3d> >.Value Property



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

Syntax

C#

public virtual Point3d Value { get; set; }

VB

Public Overridable Property Value As Point3d
	Get
	Set

C++

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

Property Value

Point3d

See Also

Reference

Was this information helpful?