Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > FeatCmd Object : SetInputOffset Method
Required Long between one and FeatCmd.NumHits
Required Double which specifies the offset value
SetInputOffset Method
Description
Sets Offset value for coresponding offset feature in constructed offset features
Syntax
Visual Basic
Public Function SetInputOffset( _
   ByVal index As Long, _
   ByVal Offset As Double _
) As Boolean
Parameters
index
Required Long between one and FeatCmd.NumHits
Offset
Required Double which specifies the offset value
Return Type
Boolean value.
Remarks
Use this function with constructed features to set the offset values for input features.
See Also