Gets the pointing strategy type.
Read-only property
[Visual Basic .NET] |
---|
Public Property Type() As AgEPointingStrategyType |
[C#] |
---|
public AgEPointingStrategyType Type {get;} |
[Managed C++] |
---|
public: __property AgEPointingStrategyType get_Type(); |
[Unmanaged C++] |
---|
public: HRESULT get_Type( AgEPointingStrategyType * pVal ); |
[Java] |
---|
public AgEPointingStrategyType getType(); |
[Python - STK API ] |
---|
@property def Type(self) -> "AgEPointingStrategyType": |