Gets or sets where the positions on the path are removed from.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property RemoveLocation() As AgEStkGraphicsPathPrimitiveRemoveLocation |
| [C#] |
|---|
public AgEStkGraphicsPathPrimitiveRemoveLocation RemoveLocation {get; set;} |
| [Managed C++] |
|---|
public: __property AgEStkGraphicsPathPrimitiveRemoveLocation get_RemoveLocation(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEStkGraphicsPathPrimitiveRemoveLocation getRemoveLocation(); public void setRemoveLocation( AgEStkGraphicsPathPrimitiveRemoveLocation ); |
[Python - STK API ] |
|---|
@property def RemoveLocation(self) -> "AgEStkGraphicsPathPrimitiveRemoveLocation": @RemoveLocation.setter def RemoveLocation(self, RemoveLocation:"AgEStkGraphicsPathPrimitiveRemoveLocation") -> None: |






