AGI AgAccessConstraintPlugin 11 Send comments on this topic.
ObjectTypeName Method (IAgAccessConstraintPluginResultRegister)
See Also 
Type
An indicator of the STK object type.





Description

Returns the name of associated object type.

Syntax

[Visual Basic .NET]
Public Function ObjectTypeName( _
   ByVal Type As AgEAccessConstraintObjectType _
) As String

[C#]
public string ObjectTypeName(
AgEAccessConstraintObjectType Type
);

[Managed C++]
public: String __gc ^ ObjectTypeName(
AgEAccessConstraintObjectType Type
);

[Java]
public String objectTypeName(
AgEAccessConstraintObjectType Type
);

[Unmanaged C++]
public: HRESULT ObjectTypeName(
AgEAccessConstraintObjectType Type,
BSTR * ReturnValue
);

Parameters

Type
Member Value Description
eAircraft 1 Aircraft.
eFacility 8 Facility.
eGroundVehicle 9 Ground Vehicle.
eLaunchVehicle 10 Launch Vehicle.
eMissile 13 Missile.
ePlanet 15 Planet.
ePlace 25 Place.
eRadar 16 Radar.
eReceiver 17 Receiver.
eSatellite 18 Satellite.
eSensor 20 Sensor.
eShip 21 Ship.
eStar 22 Star.
eTarget 23 Target.
eTransmitter 24 Transmitter.
An indicator of the STK object type.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1