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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1