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