Configures the model articulations.
Read-only property
[Visual Basic .NET] |
---|
Public Property Articulation() As IAgMtoVOModelArtic |
[C#] |
---|
public IAgMtoVOModelArtic Articulation {get;} |
[Managed C++] |
---|
public: __property IAgMtoVOModelArtic ^ get_Articulation(); |
[Unmanaged C++] |
---|
public: HRESULT get_Articulation( IAgMtoVOModelArtic ** ppRetVal ); |
[Java] |
---|
public IAgMtoVOModelArtic getArticulation(); |
[Python - STK API ] |
---|
@property def Articulation(self) -> "IAgMtoVOModelArtic": |