GetAttributeValue Method (IBlockInstance)
Obsolete. Superseded by ISketchBlockInstance::GetAttributeValue.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetAttributeValue( _
ByVal TagName As String _
) As String |
Visual Basic (Usage) | |
---|
Dim instance As IBlockInstance
Dim TagName As String
Dim value As String
value = instance.GetAttributeValue(TagName)
|
C# | |
---|
string GetAttributeValue(
string TagName
) |
C++/CLI | |
---|
String^ GetAttributeValue(
& String^ TagName
) |
Parameters
- TagName
-
See Also