STK Vector Geometry ToolSend comments on this topic.
AberrationType Property (IAgCrdnLightTimeDelay)
See Also
Windows





Windows & Linux

Description

Method used to Aberration Type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AberrationType() As AgECrdnVolumeAberrationType
[C#]
public AgECrdnVolumeAberrationType AberrationType {get; set;}
[Managed C++]
public: __property AgECrdnVolumeAberrationType get_AberrationType();
public: __property void set_AberrationType( AgECrdnVolumeAberrationType );
[Unmanaged C++]
public: HRESULT get_AberrationType(
    AgECrdnVolumeAberrationType * pRetVal
);
public: HRESULT put_AberrationType(
    AgECrdnVolumeAberrationType AberrationType
);
[Java]
public AgECrdnVolumeAberrationType getAberrationType();
public void setAberrationType(
    AgECrdnVolumeAberrationType
);
[Python - STK API ]
@property
def AberrationType(self) -> "AgECrdnVolumeAberrationType":

@AberrationType.setter
def AberrationType(self, AberrationType:"AgECrdnVolumeAberrationType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.