Click or drag to resize

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
public Object GetDirectShapeAttr(
	int key
)

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