Gets or sets the coordinate representation for the DeltaV.
Read-write property
[Visual Basic .NET] |
---|
Public Property CoordType() As AgEVAImpDeltaVRep |
[C#] |
---|
public AgEVAImpDeltaVRep CoordType {get; set;} |
[Managed C++] |
---|
public: __property AgEVAImpDeltaVRep get_CoordType(); |
[Unmanaged C++] |
---|
public: HRESULT get_CoordType( AgEVAImpDeltaVRep * pVal ); public: HRESULT put_CoordType( AgEVAImpDeltaVRep newVal ); |
[Java] |
---|
public AgEVAImpDeltaVRep getCoordType(); public void setCoordType( AgEVAImpDeltaVRep ); |
[Python - STK API ![]() |
---|
@property def CoordType(self) -> "AgEVAImpDeltaVRep": @CoordType.setter def CoordType(self, newVal:"AgEVAImpDeltaVRep") -> None: |