InspectStartOffset Property

Applies To
ArcInspector, LineInspector

Description
Sets / returns the start inspection offset.

Usage

VGet  Sequence.Object.InspectStartOffset, var
VSet  Sequence.Object.InspectStartOffset, value
Sequence
String variable containing a sequence name.
Object
Name of an object or string variable containing an object name
.
The object must exist in the specified sequence.
var
Real variable that will contain the value of the property.
value
Real number or expression for the new value of the property.

Values
Real value in pixels or degrees.

Default:

  • ArcInspector: 5[deg]
  • LineInspector: 15[pixel]

Remarks
When inspecting a line or arc, you may not always want to inspect the entire line. Use InspectEndOffset and InspectStartOffset to specify the portion of the line or arc you want to inspect.

For LineInspector, the offsets are in pixels. For ArcInspector, the offsets are in degrees.

See Also
ArcInspector Object, InspectEndOffset Property, LineInspector Object