Geometry

Geometry class

Represents a geometric shape.

class Geometry;

Methods

MethodDescription
getShapeAdjustValues()Gets a collection of shape adjust value
isNull()Checks whether the implementation object is null.

getShapeAdjustValues()

Gets a collection of shape adjust value

getShapeAdjustValues() : ShapeGuideCollection;

Returns

ShapeGuideCollection

isNull()

Checks whether the implementation object is null.

isNull() : boolean;