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++] |
|---|
|
| [Java] |
|---|
public IAgAvtrSite getSite(); |
[Python - STK API ] |
|---|
@property def Site(self) -> "IAgAvtrSite": |






