C# Class RevitLookup.Test.SDKSamples.SDKTestFuncs

These are all the tests taken directly from or heavily inspired by the SDK examples. The idea is to consolidate everything in one tool so people don't have to build 4000 different projects and edit the revit.ini file everytime they want to test one.
Inheritance: RevitLookupTestFuncs
Mostrar archivo Open project: jeremytammik/RevitLookup

Public Methods

Method Description
AnalyticalSupportData ( ) : void
CreateSharedParams ( ) : void
FireRatingSharedParam ( ) : void
GenerateSheet ( ) : void
LevelProps ( ) : void
MoveLinearBound ( ) : void
SDKTestFuncs ( Autodesk app ) : System
StructSample ( ) : void
TypeSelector ( ) : void

Method Details

AnalyticalSupportData() public method

public AnalyticalSupportData ( ) : void
return void

CreateSharedParams() public method

public CreateSharedParams ( ) : void
return void

FireRatingSharedParam() public method

public FireRatingSharedParam ( ) : void
return void

GenerateSheet() public method

public GenerateSheet ( ) : void
return void

LevelProps() public method

public LevelProps ( ) : void
return void

MoveLinearBound() public method

public MoveLinearBound ( ) : void
return void

SDKTestFuncs() public method

public SDKTestFuncs ( Autodesk app ) : System
app Autodesk
return System

StructSample() public method

public StructSample ( ) : void
return void

TypeSelector() public method

public TypeSelector ( ) : void
return void