ExtendedPropertiesLinkValues Class

Holds information which can be converted to Revit parameter values
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DB.ExternalDataExtendedPropertiesLinkValues

Namespace: Autodesk.Revit.DB.ExternalData
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public class ExtendedPropertiesLinkValues : IDisposable

The ExtendedPropertiesLinkValues type exposes the following members.

Constructors
 NameDescription
Public methodExtendedPropertiesLinkValues Creates a new ExtendedPropertiesLinkValues.
Top
Properties
 NameDescription
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Top
Methods
 NameDescription
Public methodAddValue(ForgeTypeId, Double) Add a double value for a given schema id.
Public methodAddValue(ForgeTypeId, Int32) Add an integer value for a given schema id.
Public methodAddValue(ForgeTypeId, String) Add a string value for a given schema id.
Public methodDisposeReleases all resources used by the ExtendedPropertiesLinkValues
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also