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