STK ObjectsSend comments on this topic.
SSCNumber Property (IAgVeSGP4SegmentCollection)
See Also
Windows





Windows & Linux

Description

Catalog number of the spacecraft. Note that any changes to the SSCNumber will reset the element set collection. Importing elements 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 * pVal
);
public: HRESULT put_SSCNumber(
    BSTR InVal
);
[Java]
public String getSSCNumber();
public void setSSCNumber(
    String
);
[Python - STK API ]
@property
def SSCNumber(self) -> str:

@SSCNumber.setter
def SSCNumber(self, InVal:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.