v2.42
 
IWallParams Interface Reference

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

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]
 The height of the wall.
 
double Thickness [get]
 The thickness of the wall.
 
double VerticalOffset [get]
 The vertical offset of the object.
 

Detailed Description

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