Use static contour settings for animation contours.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseStaticContours() As Boolean |
[C#] |
---|
public bool UseStaticContours {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseStaticContours(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseStaticContours( VARIANT_BOOL * pVal ); public: HRESULT put_UseStaticContours( VARIANT_BOOL UseStaticContours ); |
[Java] |
---|
public bool getUseStaticContours(); public void setUseStaticContours( bool ); |