AGI STK Objects 11 Send comments on this topic.
IntlDesignator Property (IAgVeSGP4Segment)
See Also 





Description

International designation of the satellite.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IntlDesignator() As String

[C#]
public string IntlDesignator {get; set;}

[Managed C++]
public: __property String __gc ^ get_IntlDesignator();
public: __property void set_IntlDesignator(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_IntlDesignator(
BSTR * pRetVal
);
public: HRESULT put_IntlDesignator(
BSTR NewIntlDesignator
);

[Java]
public String getIntlDesignator();public void setIntlDesignator(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1