2020 Members
Changes 5
M

FabricationService

Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the FabricationService
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object
M GetButton(Int32, Int32) The service button Gets the service button for a given group index and button index from the service.
M GetButtonCount(Int32) int Gets the number of buttons for a given group in the service.
M GetGroupName(Int32) string Gets the name of a group based on group index.
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object
M IsCompatibleWith(FabricationService) bool 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.
M IsGroupExcluded(Int32) bool 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.
M IsValidButtonIndex(Int32, Int32) bool Validates the button index.
M IsValidGroupIndex(Int32) bool Validates the group index.
M OverrideServiceButtonExclusion(Int32, Int32, Boolean) None 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.
M ResetServiceExclusionOverrides() None Resets the overridden service group and button exclusions back to default, as defined by the configuration.
M SetServiceGroupExclusions(IList<Int32>) bool 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.
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object
Name Return Type Description Inherited From
P Abbreviation string The short name of service.
P FabricationSystemName string The fabrication system name of the service.
P GroupCount int The number of groups in the service.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P Name string The name of the service.
P ServiceId int The service identifier of the service.