C# Class RevitLookup.Snoop.Data.OriginalInstanceGeometry

Inheritance: Data
Afficher le fichier Open project: jeremytammik/RevitLookup

Protected Properties

Свойство Type Description
m_app Autodesk.Revit.ApplicationServices.Application
m_hasGeometry bool
m_val FamilyInstance

Méthodes publiques

Méthode Description
DrillDown ( ) : void
OriginalInstanceGeometry ( string label, FamilyInstance val, Autodesk app ) : System
StrValue ( ) : string

Method Details

DrillDown() public méthode

public DrillDown ( ) : void
Résultat void

OriginalInstanceGeometry() public méthode

public OriginalInstanceGeometry ( string label, FamilyInstance val, Autodesk app ) : System
label string
val FamilyInstance
app Autodesk
Résultat System

StrValue() public méthode

public StrValue ( ) : string
Résultat string

Property Details

m_app protected_oe property

protected Autodesk.Revit.ApplicationServices.Application m_app
Résultat Autodesk.Revit.ApplicationServices.Application

m_hasGeometry protected_oe property

protected bool m_hasGeometry
Résultat bool

m_val protected_oe property

protected FamilyInstance m_val
Résultat FamilyInstance