STK ObjectsSend comments on this topic.
SaveComputedDataType Property (IAgVmAdvanced)
See Also
Windows





Windows & Linux

Description

Get save computed data type. A member of the AgEVmSaveComputedDataType enumeration.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SaveComputedDataType() As AgEVmSaveComputedDataType
[C#]
public AgEVmSaveComputedDataType SaveComputedDataType {get; set;}
[Managed C++]
public: __property AgEVmSaveComputedDataType get_SaveComputedDataType();
public: __property void set_SaveComputedDataType( AgEVmSaveComputedDataType );
[Unmanaged C++]
public: HRESULT get_SaveComputedDataType(
    AgEVmSaveComputedDataType * pVal
);
public: HRESULT put_SaveComputedDataType(
    AgEVmSaveComputedDataType pVal
);
[Java]
public AgEVmSaveComputedDataType getSaveComputedDataType();
public void setSaveComputedDataType(
    AgEVmSaveComputedDataType
);
[Python - STK API ]
@property
def SaveComputedDataType(self) -> "AgEVmSaveComputedDataType":

@SaveComputedDataType.setter
def SaveComputedDataType(self, pVal:"AgEVmSaveComputedDataType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.