Hide Table of Contents
FindAttribute Method (IEntity)

Finds an attribute on an entity.

.NET Syntax

Visual Basic (Declaration) 
Function FindAttribute( _
   ByVal AttributeDef As System.Object, _
   ByVal WhichOne As System.Integer _
) As System.Object
Visual Basic (Usage) 
Dim instance As IEntity
Dim AttributeDef As System.Object
Dim WhichOne As System.Integer
Dim value As System.Object
 
value = instance.FindAttribute(AttributeDef, WhichOne)
C# 
System.object FindAttribute( 
   System.object AttributeDef,
   System.int WhichOne
)
C++/CLI 
System.Object^ FindAttribute( 
&   System.Object^ AttributeDef,
&   System.int WhichOne
) 

Parameters

AttributeDef

Attribute definition you want to find

WhichOne

Instance of this type on this entity (0,1,2,3, and so on)

Return Value

Attribute instance

Example

Remarks

After you add an attribute instance to a face, edge, vertex, loop, feature, or document, you can retrieve the attribute for query or modification in several ways:

  • Because an attribute instance is a feature:

  • If the user selected the attribute in the FeatureManager design tree, you can use standard selection control to get the Feature object for the attribute instance (ISelectionMgr::GetSelectedObject6) and call Feature::GetSpecificFeature2 to get the underlying attribute object.

  • If you traverse body topology, you can locate any Attribute object with a call to Entity::FindAttribute from the Entity object (for example, the face or edge). If the attribute instance was placed on the document, then you must use Feature::GetSpecificFeature2 to get back to it.

  • Always call IAttribute::GetEntityState to check if the attribute instance is valid and unambiguous.

 

See Also



Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   FindAttribute Method (IEntity)
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2019 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.