Background
FetchShapeAttr Method
|
Fetches the attribute of a shape based on the given key.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public Object FetchShapeAttr(
int key
)
Public Function FetchShapeAttr (
key As Integer
) As Object
public:
virtual Object^ FetchShapeAttr(
int key
) sealed
abstract FetchShapeAttr :
key : int -> Object
override FetchShapeAttr :
key : int -> Object
Parameters
-
key
-
Type:
System
Int32
The key of the attribute to fetch.
Return Value
Type:
Object
The attribute value, or null if the key is not found.
Implements
IShapeAttrSource
FetchShapeAttr(Int32)
See Also