Application Members

The Application type exposes the following members.

Methods

  NameDescription
Public methodDispose
Causes the object to release immediately any resources it may be utilizing.
(Inherited from APIObject.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodNewAreaCreationData
Creates an object which wraps the arguments of Area for batch creation.
Public methodNewBoundingBoxUV()()()()
Creates an empty two-dimensional rectangle.
Public methodNewBoundingBoxUV(Double, Double, Double, Double)
Creates a two-dimensional rectangle with supplied values.
Public methodNewBoundingBoxXYZ
Creates a three-dimensional rectangular box.
Public methodNewCategorySet
Creates a new instance of a set specifically for holding category objects.
Public methodNewColor
Returns a new color object.
Public methodNewCombinableElementArray
Returns an array that can hold combinable element objects.
Public methodNewCurveArrArray
Creates an empty array that can store geometric curve loops.
Public methodNewCurveArray
Creates an empty array that can store geometric curves.
Public methodNewCurveLoopsProfile
Creates a new CurveLoopsProfile object.
Public methodNewDoubleArray
Creates a new instance of a double array.
Public methodNewDWFExportOptions
Creates DWF Export options.
Public methodNewDWFXExportOptions
Creates DWFX Export options.
Public methodNewElementId
Creates a new Autodesk::Revit::DB::ElementId^ object.
Public methodNewElementSet
Creates a new instance of a set specifically for holding elements.
Public methodNewFaceArray
Creates a new instance of a face array.
Public methodNewFamilyInstanceCreationData(FamilySymbol, IList<(Of <<'(XYZ>)>>))
Creates an object which wraps the arguments of NewFamilyInstance() for batch creation.
Public methodNewFamilyInstanceCreationData(Face, Line, FamilySymbol)
Creates an object which wraps the arguments of NewFamilyInstance() for batch creation.
Public methodNewFamilyInstanceCreationData(XYZ, FamilySymbol, StructuralType)
Creates an object which wraps the arguments of NewFamilyInstance() for batch creation.
Public methodNewFamilyInstanceCreationData(Curve, FamilySymbol, Level, StructuralType)
Creates an object which wraps the arguments of NewFamilyInstance() for batch creation.
Public methodNewFamilyInstanceCreationData(Face, XYZ, XYZ, FamilySymbol)
Creates an object which wraps the arguments of NewFamilyInstance() for batch creation.
Public methodNewFamilyInstanceCreationData(XYZ, FamilySymbol, Element, StructuralType)
Creates an object which wraps the arguments of NewFamilyInstance() for batch creation.
Public methodNewFamilyInstanceCreationData(XYZ, FamilySymbol, Level, StructuralType)
Creates an object which wraps the arguments of NewFamilyInstance() for batch creation.
Public methodNewFamilyInstanceCreationData(XYZ, FamilySymbol, Element, Level, StructuralType)
Creates an object which wraps the arguments of NewFamilyInstance() for batch creation.
Public methodNewFamilyInstanceCreationData(XYZ, FamilySymbol, XYZ, Element, StructuralType)
Creates an object which wraps the arguments of NewFamilyInstance() for batch creation.
Public methodNewFamilySymbolProfile
Creates a new FamilySymbolProfile object.
Public methodNewFBXExportOptions
Creates 3D-Studio Max (FBX) Export options.
Public methodNewGBXMLImportOptions
Creates Green-Building XML Import options.
Public methodNewGeometryOptions
Creates an object to specify user preferences in parsing of geometry.
Public methodNewImageImportOptions Obsolete.
Creates Image Import options.
Public methodNewInstanceBinding()()()()
Creates a new empty instance binding object.
Public methodNewInstanceBinding(CategorySet)
Creates a new instance binding object containing the categories passed as a parameter.
Public methodNewIntersectionResultArray
Creates a new instance of an IntersectionResult array.
Public methodNewPointOnEdge
Create a PointOnEdge object which is used to define the placement of a ReferencePoint.
Public methodNewPointOnEdgeEdgeIntersection
Construct a PointOnEdgeEdgeIntersection object which is used to define the placement of a ReferencePoint given two references to edge.
Public methodNewPointOnEdgeFaceIntersection
Construct a PointOnEdgeFaceIntersection object which is used to define the placement of a ReferencePoint given a references to edge and a reference to face.
Public methodNewPointOnFace
Construct a PointOnFace object which is used to define the placement of a ReferencePoint given a reference and a location on the face.
Public methodNewPointOnPlane
Construct a PointOnPlane object which is used to define the placement of a ReferencePoint from its property values.
Public methodNewPointRelativeToPoint
Create a PointRelativeToPoint object, which is used to define the placement of a ReferencePoint relative to a host point.
Public methodNewProjectPosition
Creates a new project position object.
Public methodNewReferenceArray
Creates a new instance of a reference array.
Public methodNewReferencePointArray
Creates an empty array that can store ReferencePoint objects.
Public methodNewSpaceSet
Creates a new instance of a space set.
Public methodNewTypeBinding()()()()
Creates a new empty type binding object.
Public methodNewTypeBinding(CategorySet)
Creates a new type binding object containing the categories passed as a parameter.
Public methodNewUV()()()()
Creates a UV object at the origin.
Public methodNewUV(UV)
Creates a UV object by copying the supplied UV object.
Public methodNewUV(Double, Double)
Creates a UV object representing coordinates in 2-space with supplied values.
Public methodNewVertexIndexPair
Creates a new VertexIndexPair object.
Public methodNewVertexIndexPairArray
Returns an array that can hold VertexIndexPair objects.
Public methodNewViewSet
Creates a new instance of a View set.
Public methodNewXYZ()()()()
Creates a XYZ object at the origin.
Public methodNewXYZ(XYZ)
Creates a XYZ object by copying the supplied XYZ object.
Public methodNewXYZ(Double, Double, Double)
Creates a XYZ object representing coordinates in 3-space with supplied values.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyIsReadOnly
Identifies if the object is read-only or modifiable.
(Inherited from APIObject.)

See Also