C# Class Revit.SDK.Samples.CurtainSystem.CS.CurtainSystem.GridFaceInfo

the information for the curtain grid (which face does it lay on)
Mostra file Open project: AMEE/revit

Public Methods

Method Description
GridFaceInfo ( int index ) : System

constructor

ToString ( ) : string

the string value for the class

Method Details

GridFaceInfo() public method

constructor
public GridFaceInfo ( int index ) : System
index int /// the index of the host face ///
return System

ToString() public method

the string value for the class
public ToString ( ) : string
return string