Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > FeatCmd Object : ReferenceType Property
ReferenceType Property
Description
Reference type used with measured circles and measured lines.
Property type
Read-write property
Syntax
Visual Basic
Public Property ReferenceType As ENUM_FEATREF_TYPES
Return Type

Read/write ENUM_FEATREF_TYPES enumeration.

Remarks

This property applies only to PC-DMIS measured line and measured circle commands. Possible value include the following:

  • FEATREF_FEATURE  = -3 (Use ReferenceID Property to specify feature)
  • FEATREF_3D = -2,  (Feature is a 3D feature, no projections)
  • FEATREF_CURRENT_WORKPLANE = -1,
  • FEATREF_ZPLUS = 0,
  • FEATREF_XPLUS = 1,
  • FEATREF_YPLUS = 2,
  • FEATREF_ZMINUS = 3,
  • FEATREF_XMINUS = 4,
  • FEATREF_YMINUS = 5
See Also