Get the base object for the access calculation.
Read-only property
[Visual Basic .NET] |
---|
Public Property BaseSelectionType() As AgEVABaseSelection |
[C#] |
---|
public AgEVABaseSelection BaseSelectionType {get;} |
[Managed C++] |
---|
public: __property AgEVABaseSelection get_BaseSelectionType(); |
[Unmanaged C++] |
---|
public: HRESULT get_BaseSelectionType( AgEVABaseSelection * pVal ); |
[Java] |
---|
public AgEVABaseSelection getBaseSelectionType(); |
[Python - STK API ] |
---|
@property def BaseSelectionType(self) -> "AgEVABaseSelection": |