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

the information for the faces of the mass
Datei anzeigen Open project: AMEE/revit

Public Methods

Method Description
ToString ( ) : string

the string value for the class

UncoverFaceInfo ( int index ) : System

constructor

Method Details

ToString() public method

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

UncoverFaceInfo() public method

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