Share

CalculatedPoint.NormalToBaseline Property

Gets the normal to baseline vector.



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

Syntax

C#

public Vector3d NormalToBaseline { get; }

VB

Public ReadOnly Property NormalToBaseline As Vector3d
	Get

C++

public:
property Vector3d NormalToBaseline {
	Vector3d get ();
}

Property Value

Vector3d

See Also

Reference

Was this information helpful?