Shape.Spt

Shape.Spt property

Specifies an optional number that an application can use to associate the particular shape with a defined shape type.

public int Spt { get; }

Examples


[C#]
int spt = shape.Spt;

See Also