Solid Edge Framework Type Library
QueryByName Method
Specifies the name of the attribute set to query.
Specifies the name of the attribute to query.
Description
Queries a set of attributes for all attributes with a specified name.
Syntax
Visual Basic
Public Function QueryByName( _
   Optional ByVal AttributeSetName As Variant, _
   Optional ByVal AttributeName As Variant _
) As QueryObjects
Parameters
AttributeSetName
Specifies the name of the attribute set to query.
AttributeName
Specifies the name of the attribute to query.
See Also

AttributeQuery Object  | AttributeQuery Members

Send comments on this topic.