Click or drag to resize

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
)

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