ArcObjects Library Reference (GeoprocessingUI)  

IMdElementEditor.GetDataType Method

Returns the data type of the given property.

[Visual Basic .NET]
Public Function GetDataType ( _
    ByVal propname As String _
) As IGPDataType
[C#]
public IGPDataType GetDataType (
    string propname
);

Product Availability

Available with ArcGIS Desktop.

See Also

IMdElementEditor Interface