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






Windows & Linux

Description

Catalog number of the spacecraft, if created by a 2-line element set.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SSCNum() As String
[C#]
public string SSCNum {get; set;}
[Managed C++]
public: __property String __gc ^ get_SSCNum();
public: __property void set_SSCNum(
   String __gc ^
);
[Unmanaged C++]
public: HRESULT get_SSCNum(
   BSTR * pRetVal
);
public: HRESULT put_SSCNum(
   BSTR NewSSCNum
);
[Java]
public String getSSCNum();
public void setSSCNum(
   String
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.