This document is archived and information here might be outdated. Recommended version. |
Labels Geometric Location.
[Visual Basic .NET] Public Property Location As IGeometry
[C#] public IGeometry Location {get; set;}
[C++]
HRESULT get_Location(
IGeometry* ppiLocation
);
[C++]
HRESULT putref_Location(
IGeometry** ppiLocation
);
[C++] Parameters ppiLocation [in]
ppiLocation is a parameter of type IGeometry* ppiLocation [out, retval]
ppiLocation is a parameter of type IGeometry**