Get the site interface.
[Visual Basic .NET] |
---|
Public Function GetAsSite() As IAgAvtrSite |
[C#] |
---|
public IAgAvtrSite GetAsSite(); |
[Managed C++] |
---|
public: IAgAvtrSite ^ GetAsSite(); |
[Unmanaged C++] |
---|
public: HRESULT GetAsSite( IAgAvtrSite ** ppSite ); |
[Java] |
---|
public IAgAvtrSite getAsSite(); |
[Python - STK API ] |
---|
def GetAsSite(self) -> "IAgAvtrSite": |