C# Class Case.ParallelWalls.Data.clsElementSelection

Class clsElementSelection.
Show file Open project: WeConnect/case-apps Class Usage Examples

Private Properties

Property Type Description
GetReferenceElement void
GetWallElement void

Public Methods

Method Description
clsElementSelection ( UIDocument uidoc ) : System

Initializes a new instance of the clsElementSelection class.

Private Methods

Method Description
GetReferenceElement ( ) : void

Gets the reference element.

GetWallElement ( ) : void

Gets the wall element.

Method Details

clsElementSelection() public method

Initializes a new instance of the clsElementSelection class.
public clsElementSelection ( UIDocument uidoc ) : System
uidoc UIDocument The uidoc.
return System