STK AviatorSend comments on this topic.
Site Property (IAgAvtrProcedure)
See Also
Windows





Windows & Linux

Description

Get the site of the current procedure.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Site() As IAgAvtrSite
[C#]
public IAgAvtrSite Site {get;}
[Managed C++]
public: __property IAgAvtrSite ^ get_Site();
[Unmanaged C++]
public: HRESULT get_Site(
    IAgAvtrSite ** ppSite
);
[Java]
public IAgAvtrSite getSite();
[Python - STK API ]
@property
def Site(self) -> "IAgAvtrSite":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.