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