STK AviatorSend comments on this topic.
CopyFromCatalog Method (IAgAvtrSiteRunway)
See Also
Runway
Windows





Windows & Linux

Description

Copy the information from the runway stored in the catalog.

Syntax

[Visual Basic .NET]
Public Sub CopyFromCatalog( _
    ByVal Runway As IAgAvtrCatalogRunway _
)
[C#]
public void CopyFromCatalog(
    IAgAvtrCatalogRunway Runway
);
[Managed C++]
public: void CopyFromCatalog(
    IAgAvtrCatalogRunway ^ Runway
);
[Unmanaged C++]
public: HRESULT CopyFromCatalog(
    IAgAvtrCatalogRunway * Runway
);
[Java]
public void copyFromCatalog(
    IAgAvtrCatalogRunway Runway
);
[Python - STK API ]
def CopyFromCatalog(self, Runway:"IAgAvtrCatalogRunway") -> None:

Parameters

Runway

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.