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


IAGKeyframeUI.GetText Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGKeyframeUI Interface > IAGKeyframeUI.GetText Method
ArcGIS Developer Help

IAGKeyframeUI.GetText Method

Get the column text.

[Visual Basic .NET]
Public Function GetText ( _
    ByVal propIndex As Integer, _
    ByVal columnIndex As Integer _
) As String
[C#]
public string GetText (
    int propIndex,
    int columnIndex
);
[C++]
HRESULT GetText(
  long propIndex,
  long columnIndex
);
[C++]
Parameters
propIndex [in]

propIndex is a parameter of type long columnIndex [in]
columnIndex is a parameter of type long

Product Availability

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

See Also

IAGKeyframeUI Interface