| 
Background
GetDirectShapeAttr Method
  | 
 Retrieves the value of a direct shape attribute using the specified key.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public Object GetDirectShapeAttr(
	int key
)
 
Public Function GetDirectShapeAttr ( 
	key As Integer
) As Object
 
public:
virtual Object^ GetDirectShapeAttr(
	int key
) sealed
 
abstract GetDirectShapeAttr : 
key : int -> Object 
override GetDirectShapeAttr : 
key : int -> Object 
 
 
 
Parameters
 
- 
key
 
- 
 Type:
 
System
Int32
 
 The key of the attribute to retrieve.
Return Value
 
 Type:
 
Object
 
 The value of the attribute, or null if the attribute does not exist.
 
Implements
 
IShapeAttrSource
GetDirectShapeAttr(Int32)
 
 
 See Also
See Also