STK ObjectsSend comments on this topic.
IntlDesignator Property (IAgVeSGP4Segment)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_IntlDesignator(
    BSTR Designator
);
[Java]
public String getIntlDesignator();
public void setIntlDesignator(
    String
);
[Python - STK API ]
@property
def IntlDesignator(self) -> str:

@IntlDesignator.setter
def IntlDesignator(self, Designator:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.