PC-DMIS 2021.1 Object Library
AddInputFeat Method
See Also  Send Topic Feedback | See Object Hierarchy Chart
ID
Required String that is the ID of the feature to add to the set of input features.
PCDLRN ActiveX DLL > FeatCmd Object : AddInputFeat Method

Glossary Item Box

Description

Adds a feature to set of input features used in constructed features.

Syntax

Visual Basic
Public Function AddInputFeat( _
   ByVal ID As String _
) As Boolean

Parameters

ID
Required String that is the ID of the feature to add to the set of input features.

Return Type

Boolean value. Boolean returns true if the function succeeds, false if it fails.

Remarks

This function only tries to add ID to a FeatCmd object representing a constructed feature if the two features exist and ID precedes the FeatCmd object in the command list. If the FeatCmd is not a constructed feature, this function will fail.

See Also

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