STK Graphics PrimitivesSend comments on this topic.
RemoveLocation Property (IAgStkGraphicsMaximumCountPathPrimitiveUpdatePolicy)
See Also
Windows





Windows & Linux

Description

Gets or sets where the positions on the path are removed from.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RemoveLocation() As AgEStkGraphicsPathPrimitiveRemoveLocation
[C#]
public AgEStkGraphicsPathPrimitiveRemoveLocation RemoveLocation {get; set;}
[Managed C++]
public: __property AgEStkGraphicsPathPrimitiveRemoveLocation get_RemoveLocation();
public: __property void set_RemoveLocation( AgEStkGraphicsPathPrimitiveRemoveLocation );
[Unmanaged C++]
public: HRESULT get_RemoveLocation(
    AgEStkGraphicsPathPrimitiveRemoveLocation * pRetVal
);
public: HRESULT put_RemoveLocation(
    AgEStkGraphicsPathPrimitiveRemoveLocation RemoveLocation
);
[Java]
public AgEStkGraphicsPathPrimitiveRemoveLocation getRemoveLocation();
public void setRemoveLocation(
    AgEStkGraphicsPathPrimitiveRemoveLocation
);
[Python - STK API ]
@property
def RemoveLocation(self) -> "AgEStkGraphicsPathPrimitiveRemoveLocation":

@RemoveLocation.setter
def RemoveLocation(self, RemoveLocation:"AgEStkGraphicsPathPrimitiveRemoveLocation") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.