DatabaseMeasurement Property
|
Property that controls the use of metric vs.
imperial linetype and hatch pattern files. This property
corresponds to the MEASUREMENT system variable.
NameValueEnglish 0 Metric 1
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public MeasurementValue Measurement { get; set; }
Public Property Measurement As MeasurementValue
Get
Set
public:
property MeasurementValue Measurement {
MeasurementValue get ();
void set (MeasurementValue value);
}
member Measurement : MeasurementValue with get, set
Property Value
MeasurementValue
See Also