The value of an integer typed property.
[Visual Basic .NET] Public Function get_PropertyValueInt ( _ ByVal propIndex As Integer _ ) As Integer
[Visual Basic .NET] Public Sub set_PropertyValueInt ( _ ByVal propIndex As Integer, _ ByVal pIntValue As Integer _ )
[C#] public int get_PropertyValueInt ( int propIndex );
[C#] public void set_PropertyValueInt ( int propIndex, int pIntValue );
[C++]
HRESULT get_PropertyValueInt(
long propIndex,
Long* pIntValue
);
[C++]
HRESULT put_PropertyValueInt(
long propIndex,
Long pIntValue
);
[C++]Parameters
propIndex [in] propIndex is a parameter of type long pIntValue [out, retval] pIntValue is a parameter of type Long propIndex [in] propIndex is a parameter of type long pIntValue [in] pIntValue is a parameter of type Long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.