Returns the base selection object.
Read-only property
[Visual Basic .NET] |
---|
Public Property BaseSelection() As IAgLinkToObject |
[C#] |
---|
public IAgLinkToObject BaseSelection {get;} |
[Managed C++] |
---|
public: __property IAgLinkToObject ^ get_BaseSelection(); |
[Unmanaged C++] |
---|
public: HRESULT get_BaseSelection( IAgLinkToObject ** ppRetVal ); |
[Java] |
---|
public IAgLinkToObject getBaseSelection(); |
[Python - STK API ] |
---|
@property def BaseSelection(self) -> "IAgLinkToObject": |