The FabricationService type exposes the following members.

Methods

  NameDescription
Public methodDispose
Releases all resources used by the FabricationService
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetButton
Gets the service button for a given group index and button index from the service.
Public methodGetButtonCount
Gets the number of buttons for a given group in the service.
Public methodGetGroupName
Gets the name of a group based on group index.
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 methodIsCompatibleWith
Check whether the service is broadly interchangable with another one without affecting part geometry. The services must have the same fabrication system template and specification.
Public methodIsGroupExcluded
Get whether a service group is excluded from being used by the Route and Fill, Design to Fabrication, or Multi Point Routing commands. The default configuration values may be overridden by SetServiceGroupExclusions.
Public methodIsValidButtonIndex
Validates the button index.
Public methodIsValidGroupIndex
Validates the group index.
Public methodOverrideServiceButtonExclusion
Overrides the default service button exclusions, used by Route and Fill, Design to Fabrication, or Multi Point Routing for the current user and session only.
Public methodResetServiceExclusionOverrides
Resets the overridden service group and button exclusions back to default, as defined by the configuration.
Public methodSetServiceGroupExclusions
Sets the service group exclusions, used by Route and Fill or Design to Fabrication commands, for the current user and session only. This will alter them from the default configuration exclusions to only exclude those groups passed.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAbbreviation
The short name of service.
Public propertyFabricationSystemName
The fabrication system name of the service.
Public propertyGroupCount
The number of groups in the service.
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public propertyName
The name of the service.
Public propertyServiceId
The service identifier of the service.

See Also