Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > FeatCmd Object : HasUserDefinedHits Property
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