Share

SettingsAmbient.SettingsDirection.MeasurementType Property

Specifies how to calculate the direction of a vector.



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

Syntax

C#

public PropertyEnum<VectorMeasurementType> MeasurementType { get; }

VB

Public ReadOnly Property MeasurementType As PropertyEnum(Of VectorMeasurementType)
	Get

C++

public:
property PropertyEnum<VectorMeasurementType>^ MeasurementType {
	PropertyEnum<VectorMeasurementType>^ get ();
}

Property Value

PropertyEnumVectorMeasurementType

See Also

Reference

Was this information helpful?