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

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.