STK ObjectsSend 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 * pVal
);
public: HRESULT put_UseArticulationFile(
    VARIANT_BOOL pVal
);
[Java]
public bool getUseArticulationFile();
public void setUseArticulationFile(
    bool
);
[Python - STK API ]
@property
def UseArticulationFile(self) -> bool:

@UseArticulationFile.setter
def UseArticulationFile(self, pVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.