AttributeCollectionAttributeWithTag Method
|
Searches for the first occurrence attribute with the specified attribute definition tag within the entire collection
Namespace:
DXFReaderNET.Collections
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Attribute AttributeWithTag(
string tag
)
Public Function AttributeWithTag (
tag As String
) As Attribute
public:
Attribute^ AttributeWithTag(
String^ tag
)
member AttributeWithTag :
tag : string -> Attribute
METHOD AttributeWithTag(
tag AS STRING
) AS Attribute
Parameters
- tag
- Type: SystemString
Return Value
Type:
AttributeThe first occurrence of the attribute with the specified attribute definition tag within the entire collection.
See Also