v2.42
 
IWindowParams Interface Reference

Represents parameters of the window. More...

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]
 The height of the window.
 
Point3D Position [get]
 The 3D position of the window.
 
double VerticalOffset [get]
 The vertical offset of the object.
 
double Width [get]
 The width of the window.
 

Detailed Description

Represents 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.