PolygonClipOperator.ObjectTag Property
Gets or sets a value that determines which object is clipped by which clipper.
Syntax
public AttributeVariable< System.String > ObjectTag { get; set; }
Property Value
Default: "inside"
A value that determines which object is clipped by which clipper polygon.
Remarks
A tag that may depend on an attribute of each object from input. Each object is clipped only by clippers with the same tag, see InsideClipperTag. If ObjectTag cannot be evaluated for an object, its tag will become equal to the OutsideClippersTag.
Platforms
Windows, Linux, Android