RevitLookup.Test.SDKSamples.SDKTestFuncs.LevelProps C# (CSharp) Method

LevelProps() public method

public LevelProps ( ) : void
return void
        public void LevelProps()
        {
            LevelProperties.LevelsCommand levCommand = new RevitLookup.Test.SDKSamples.LevelProperties.LevelsCommand( m_revitApp );
              levCommand.Execute();
        }