STK ObjectsSend comments on this topic.
EnableDefaultSave Property (IAgVOModelArtic)
See Also
Windows





Windows & Linux

Description

Save the articulation value as the default for all future sessions using this model. The articulation value is saved with the object and not with the model or articulation files.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnableDefaultSave() As Boolean
[C#]
public bool EnableDefaultSave {get; set;}
[Managed C++]
public: __property bool get_EnableDefaultSave();
public: __property void set_EnableDefaultSave( bool );
[Unmanaged C++]
public: HRESULT get_EnableDefaultSave(
    VARIANT_BOOL * pVal
);
public: HRESULT put_EnableDefaultSave(
    VARIANT_BOOL pVal
);
[Java]
public bool getEnableDefaultSave();
public void setEnableDefaultSave(
    bool
);
[Python - STK API ]
@property
def EnableDefaultSave(self) -> bool:

@EnableDefaultSave.setter
def EnableDefaultSave(self, pVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.