v2.33
 
IWindowParams Interface Reference

The parameters of the window. More...

Inheritance diagram for IWindowParams:

Public Member Functions

HRESULT CalculateProjection ([out, retval] ICurve2D **ppProjection)
 Returns the baseline projection of the window.
 
HRESULT GetAffectedObjectIds ([out, retval] SAFEARRAY(int) *pIds)
 Gets the identifiers of objects that window affected.
 

Properties

double Height [get]
 Returns the height of the window.
 
Point3D Position [get]
 Returns the 3D position of the window.
 
double VerticalOffset [get]
 Returns the vertical offset of the object.
 
double Width [get]
 Returns the width of the window.
 

Detailed Description

The parameters of the window.

Member Function Documentation

◆ GetAffectedObjectIds()

HRESULT GetAffectedObjectIds ( [out, retval] SAFEARRAY(int) * pIds)

Gets the identifiers of objects that window affected.

Returns
An array containing the identifiers of objects.