AGI STK Graphics 11 Send 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 NewRemoveLocation
);

[Java]
public AgEStkGraphicsPathPrimitiveRemoveLocation getRemoveLocation();public void setRemoveLocation(
AgEStkGraphicsPathPrimitiveRemoveLocation
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface