C#
VB
Java
Objective-C
C++
Gets the value of the specified attribute of an element as a raw string.
public string GetAttributeValue(string name)
Public Function GetAttributeValue( _ByVal name As String _) As String
- (nullable NSString *)valueOfAttribute:(NSString *)attribute error:(NSError **)error public String getAttributeValue(String name)
public:String^ GetAttributeValue(String^ name)
name
The attribute name.
The value of the specified attribute. null if the element does not have an attribute with this name.
For an example, refer to EnumerateElements.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
