PC-DMIS 2021.1 Object Library
ReferenceType Property
See Also  Send Topic Feedback | See Object Hierarchy Chart
PCDLRN ActiveX DLL > FeatCmd Object : ReferenceType Property

Glossary Item Box

Description

Reference type used with measured circles and measured lines.

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

Copyright © 2020. Hexagon Manufacturing Intelligence – Metrology Software, Inc. All Rights Reserved.