Geometry

Geometry class

Represents a geometric shape.

class Geometry;

Properties

PropertyTypeDescription
shapeAdjustValuesShapeGuideCollectionReadonly. Gets a collection of shape adjust value

Methods

MethodDescription
getShapeAdjustValues()@deprecated. Please use the ‘shapeAdjustValues’ property instead. Gets a collection of shape adjust value
isNull()Checks whether the implementation object is null.

shapeAdjustValues

Readonly. Gets a collection of shape adjust value

shapeAdjustValues : ShapeGuideCollection;

getShapeAdjustValues()

@deprecated. Please use the ‘shapeAdjustValues’ property instead. Gets a collection of shape adjust value

getShapeAdjustValues() : ShapeGuideCollection;

Returns

ShapeGuideCollection

isNull()

Checks whether the implementation object is null.

isNull() : boolean;