C# Class ARUP.IssueTracker.Revit.Entry.ExtOpenView

Inheritance: IExternalEventHandler
Show file Open project: ArupAus/issue-tracker Class Usage Examples

Public Properties

Property Type Description
v VisualizationInfo

Public Methods

Method Description
Execute ( UIApplication app ) : void

External Event Implementation

GetName ( ) : string
MakeUniqueFileName ( string file, System views ) : string

Private Methods

Method Description
ToBcfViewName ( string name ) : string
convertToBool ( string s ) : bool
get3DViews ( Document doc ) : IEnumerable
getFamilyViews ( Document doc ) : System.Collections.Generic.IEnumerable
getSheets ( Document doc, int id ) : IEnumerable

Method Details

Execute() public method

External Event Implementation
public Execute ( UIApplication app ) : void
app UIApplication
return void

GetName() public method

public GetName ( ) : string
return string

MakeUniqueFileName() public static method

public static MakeUniqueFileName ( string file, System views ) : string
file string
views System
return string

Property Details

v public property

public VisualizationInfo v
return VisualizationInfo