AGI STK Objects 11 Send comments on this topic.
SSCNumber Property (IAgVeSGP4SegmentCollection)
See Also 





Description

Catalog number of the spacecraft, if created by a 2-line element set. Note that any changes to the SSCNumber will reset the collection of TLEs. Importing the TLEs from file or online storage will also reset the SSCNumber.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property String __gc ^ get_SSCNumber();
public: __property void set_SSCNumber(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_SSCNumber(
BSTR * pRetVal
);
public: HRESULT put_SSCNumber(
BSTR NewSSCNumber
);

[Java]
public String getSSCNumber();public void setSSCNumber(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1