Get the site of the current procedure.
Read-only property
[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": |