AGI STK Graphics 11 Send comments on this topic.
RemoveLocation Property (IAgStkGraphicsDurationPathPrimitiveUpdatePolicy)
See Also 





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1