v2.33
 
IWallParams Interface Reference

The parameters of the wall constructed by extruding wall contour upwards. More...

Inheritance diagram for IWallParams:

Public Member Functions

HRESULT GetContour ([out, retval] IWallContour **ppContour)
 Returns the contour of the wall.
 
HRESULT GetDependentObjectIds ([out, retval] SAFEARRAY(int) *pIds)
 Gets the identifiers of depending objects of the wall.
 

Properties

double Height [get]
 Returns the height of the wall.
 
double Thickness [get]
 Returns the thickness of the wall.
 
double VerticalOffset [get]
 Returns the vertical offset of the object.
 

Detailed Description

The parameters of the wall constructed by extruding wall contour upwards.

Member Function Documentation

◆ GetDependentObjectIds()

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

Gets the identifiers of depending objects of the wall.

Returns
An array containing the identifiers of objects.