Geometry
Geometry class
Represents a geometric shape.
class Geometry;
Properties
Property | Type | Description |
---|---|---|
shapeAdjustValues | ShapeGuideCollection | Readonly. Gets a collection of shape adjust value |
Methods
Method | Description |
---|---|
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
isNull()
Checks whether the implementation object is null.
isNull() : boolean;