HasUserDefinedHits Property
Description
This queries an Auto Feature to determine if the feature has any sample hits that have been moved by the user in the Graphics Display window.
Property type
Read-only property
Syntax
Visual Basic |
---|
Public Property HasUserDefinedHits As Boolean |
Return Type
This returns True if user-defined hits are used by the feature.
This returns False if user-defined hits are not used by the feature.
Remarks
If a sample hit's position is modified through automation, this property is automatically set to True.
See Also