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 * pVal
);
public: HRESULT put_UseArticulationFile(
VARIANT_BOOL pVal
);
|
[Java] |
---|
public bool getUseArticulationFile();
public void setUseArticulationFile(
bool
);
|
See Also