This document is archived and information here might be outdated.  Recommended version.


IAGKeyframeUI.SetText Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Animation)  

IAGKeyframeUI.SetText Method

Set the column text.

[Visual Basic .NET]
Public Sub SetText ( _
    ByVal propIndex As Integer, _
    ByVal columnIndex As Integer, _
    ByVal text As String _
)
[C#]
public void SetText (
    int propIndex,
    int columnIndex,
    string text
);
[C++]
HRESULT SetText(
  long propIndex,
  long columnIndex,
  BSTR text
);
[C++]

Parameters propIndex [in] propIndex is a parameter of type long columnIndex [in] columnIndex is a parameter of type long text [in] text is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAGKeyframeUI Interface