Shape.Spid

Shape.Spid property

Specifies an optional string that an application can use to Identify the particular shape.

public string Spid { get; }

Examples


[C#]
string spid = shape.Spid;

See Also