RevitLinkGraphicsSettings Members


The RevitLinkGraphicsSettings type exposes the following members.

Constructors

  NameDescription
Public methodRevitLinkGraphicsSettings
Creates a new RevitLinkGraphicsSettings instance.

Methods

  NameDescription
Public methodDispose
Releases all resources used by the RevitLinkGraphicsSettings
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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public propertyLinkedViewId
The id of the linked view associated with this RevitLinkGraphicsSettings, or InvalidElementId if no view is selected. If the LinkVisibilityType is set to ByLinkView, then there must be a valid LinkedViewId.
Public propertyLinkVisibilityType
The visibility type of RevitLinkGraphicsSettings. If the type is set to ByHostView or ByLinkView, then the dependent properties of RevitLinkGraphicsSettings will be reset to their default state. The state of dependent properties can be changed later.

See Also