SetPTZHeight Method (IGtol)
Sets the projected tolerance zone.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetPTZHeight( _
ByVal PtzHt As String, _
ByVal DisplayIn As Boolean _
) |
Visual Basic (Usage) | |
---|
Dim instance As IGtol
Dim PtzHt As String
Dim DisplayIn As Boolean
instance.SetPTZHeight(PtzHt, DisplayIn)
|
Parameters
- PtzHt
Height of the projected tolerance zone in meters
- DisplayIn
True displays the projected zone tolerance, false does not display the projected zone tolerance
Remarks
See Also