Get the target coordinate type.
Read-only property
[Visual Basic .NET] |
---|
Public Property TargetCoordType() As AgEVALambertTargetCoordType |
[C#] |
---|
public AgEVALambertTargetCoordType TargetCoordType {get;} |
[Managed C++] |
---|
public: __property AgEVALambertTargetCoordType get_TargetCoordType(); |
[Unmanaged C++] |
---|
public: HRESULT get_TargetCoordType( AgEVALambertTargetCoordType * pVal ); |
[Java] |
---|
public AgEVALambertTargetCoordType getTargetCoordType(); |
[Python - STK API ] |
---|
@property def TargetCoordType(self) -> "AgEVALambertTargetCoordType": |