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






Windows & Linux

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 * pVal
);
public: HRESULT put_ReadArticFileOnLoad(
    VARIANT_BOOL pVal
);
[Java]
public bool getReadArticFileOnLoad();
public void setReadArticFileOnLoad(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.