v2.33
 
IOpeningParams Interface Reference

Represents opening parameters. More...

Inheritance diagram for IOpeningParams:

Public Member Functions

HRESULT GetAffectedObjectIds ([out, retval] SAFEARRAY(int) *pIds)
 Gets the identifiers of objects that opening affected.
 
HRESULT GetContour ([out, retval] ICurve2D **ppContour)
 Returns the contour of the opening.
 

Properties

double Thickness [get]
 Returns the thickness of the opening.
 
double VerticalOffset [get]
 Returns the vertical offset of the opening.
 

Detailed Description

Represents opening parameters.

Member Function Documentation

◆ GetAffectedObjectIds()

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

Gets the identifiers of objects that opening affected.

Returns
An array containing the identifiers of objects.