Share

SuperelevationView.Location Property

Get of Set the location of the superelevation



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

Syntax

C#

public Point3d Location { get; set; }

VB

Public Property Location As Point3d
	Get
	Set

C++

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

Property Value

Point3d

See Also

Reference

Was this information helpful?