Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > OldBasic Object : GetFeatID Method
The count backwards that should be used to find the next item with an id.
This string is filled in with the id of the nth object back from the current point when n is specified by index.
Type of object to be considered.
GetFeatID Method
Description
Returns id of indexed feature
Syntax
Visual Basic
Public Function GetFeatID( _
   ByVal index As Long, _
   ByRef ID As String, _
   ByVal Type As GETIDTYPE _
) As Long
Parameters
index
The count backwards that should be used to find the next item with an id.
ID
This string is filled in with the id of the nth object back from the current point when n is specified by index.
Type
ValueDescription
PCD__ALIGNMENT 
PCD_DIMENSION 
PCD_FEATURE 
Type of object to be considered.
See Also