STK ObjectsSend comments on this topic.
UseRoutingFile Property (IAgCnRouting)
See Also
Windows





Windows & Linux

Description

Opt to use a .routing file to when the constellation is used in a Chain.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseRoutingFile() As Boolean
[C#]
public bool UseRoutingFile {get; set;}
[Managed C++]
public: __property bool get_UseRoutingFile();
public: __property void set_UseRoutingFile( bool );
[Unmanaged C++]
public: HRESULT get_UseRoutingFile(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseRoutingFile(
    VARIANT_BOOL UseRoutingFile
);
[Java]
public bool getUseRoutingFile();
public void setUseRoutingFile(
    bool
);
[Python - STK API ]
@property
def UseRoutingFile(self) -> bool:

@UseRoutingFile.setter
def UseRoutingFile(self, UseRoutingFile:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.