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






Windows & Linux

Description

Use the articulation from the specified file.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseArticulationFile() As Boolean
[C#]
public bool UseArticulationFile {get; set;}
[Managed C++]
public: __property bool get_UseArticulationFile();
public: __property void set_UseArticulationFile(
   bool
);
[Unmanaged C++]
public: HRESULT get_UseArticulationFile(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseArticulationFile(
   VARIANT_BOOL NewUseArticulationFile
);
[Java]
public bool getUseArticulationFile();public void setUseArticulationFile(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.