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





Description

Read the articulation file when MTO object is loaded.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReadArticFileOnLoad() As Boolean

[C#]
public bool ReadArticFileOnLoad {get; set;}

[Managed C++]
public: __property bool get_ReadArticFileOnLoad();
public: __property void set_ReadArticFileOnLoad(
bool
);

[Unmanaged C++]
public: HRESULT get_ReadArticFileOnLoad(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ReadArticFileOnLoad(
VARIANT_BOOL NewReadArticFileOnLoad
);

[Java]
public bool getReadArticFileOnLoad();public void setReadArticFileOnLoad(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1