AGI STK Objects 11 Send comments on this topic.
GetSpatialInfo Method (IAgProvideSpatialInfo)
See Also 
Recycle
Windows






Windows & Linux

Description

Returns the spatial information for an object.

Syntax

[Visual Basic .NET]
Public Function GetSpatialInfo( _
   ByVal Recycle As Boolean _
) As IAgVeSpatialInfo

[C#]
public IAgVeSpatialInfo GetSpatialInfo(
bool Recycle
);

[Managed C++]
public: IAgVeSpatialInfo^ GetSpatialInfo(
bool Recycle
);

[Java]
public IAgVeSpatialInfo getSpatialInfo(
bool Recycle
);

[Unmanaged C++]
public: HRESULT GetSpatialInfo(
VARIANT_BOOL Recycle,
IAgVeSpatialInfo ** ReturnValue
);

Parameters

Recycle

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface