AGI STK Graphics 11Send comments on this topic.
RemoveLocation Property (IAgStkGraphicsDurationPathPrimitiveUpdatePolicy)
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

© 2018 Analytical Graphics, Inc. All Rights Reserved.