Gets or sets the projected tolerance zone value.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public string Height { get; set; }
Public Property Height As String
Get
Set
public:
property String^ Height {
String^ get ();
void set (String^ value);
}
member Height : string with get, set
PROPERTY Height AS STRING GET SET
Property Value
Type:
StringRemarks
A projected tolerance zone controls the variation in height of the extended portion of a fixed perpendicular part
and refines the tolerance to that specified by positional tolerances.
See Also