AGI STK Objects 11Send comments on this topic.
GetAvailableReferences Method (IAgAccessCnstrAWBCollection)
See Also 
Type
Windows






Windows & Linux

Description

Returns an array of available References.

Syntax

[Visual Basic .NET]
Public Function GetAvailableReferences( _
   ByVal Type As AgEAWBAccessConstraints _
) As System.Array
[C#]
public System.Array GetAvailableReferences(
   AgEAWBAccessConstraints Type
);
[Managed C++]
public: System::Array GetAvailableReferences(
   AgEAWBAccessConstraints Type
);
[Java]
public Object[] getAvailableReferences(
   AgEAWBAccessConstraints Type
);
[Unmanaged C++]
public: HRESULT GetAvailableReferences(
   AgEAWBAccessConstraints Type,
   SAFEARRAY ** Array
);

Parameters

Type
MemberValueDescription
eCstrAWBAngle9Angle. Use interface IAgAccessCnstrAWB
eCstrAWBVectorMag10Vector magnitude. Use interface IAgAccessCnstrAWB
eCstrAWBCondition104Coordinate condition constraint. Use interface IAgAccessCnstrAWB

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.