AGI STK Objects 11 Send comments on this topic.
EnableDefaultSave Property (IAgMtoVOModelArtic)
See Also 





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 * pRetVal
);
public: HRESULT put_EnableDefaultSave(
VARIANT_BOOL NewEnableDefaultSave
);

[Java]
public bool getEnableDefaultSave();public void setEnableDefaultSave(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1