2020 Members
Changes 5
M

FabricationNetworkChangeService

Name Return Type Description Inherited From
M ApplyChange() FabricationNetworkChangeServiceResult Applies the previously set changes to the selection of fabrication parts to change the size, change the service, or both.
M ChangeService(ISet.ElementId., Int32, Int32) FabricationNetworkChangeServiceResult Changes the service of the selection of fabrication parts.
M ChangeService(ISet.ElementId., Int32, Int32, Boolean) FabricationNetworkChangeServiceResult Changes the service of the selection of fabrication parts.
M ChangeSize(ISet<ElementId>, ISet<FabricationPartSizeMap>) FabricationNetworkChangeServiceResult Changes the size of the selection of fabrication parts.
M Dispose() None Releases all resources used by the FabricationNetworkChangeService
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object
M GetElementsThatFailed() ISet<ElementId> Gets the set of fabrication parts that had failures due to either there was no corresponding part in the service, the size was out of range, or a connection could not be made.
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object
M GetInLinePartTypes() ISet<ElementId> Get a set of element identifiers of fabrication part types for in-line parts.
M GetMapOfAllSizesForStraights() ISet<FabricationPartSizeMap> Get a set of FabricationPartSizeMapSet of all straight sizes for all services.
M GetStraightsThatWereNotChanged() ISet<ElementId> Gets the set of fabrication part straights that were not changed due to either there was no corresponding part in the service or the size was out of range.
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object
M SetGroupId(Int32) None Set the fabrication group identifier to change the elements to.
M SetMapOfInLinePartTypes(IDictionary<ElementId, ElementId>) None Set the mapping of fabrication part types for in-line parts for the service and group to change to.
M SetMapOfSizesForStraights(ISet<FabricationPartSizeMap>) None Set the mapping for sizes of fabrication part straights to change the sizes to.
M SetRestrictGroup(Boolean) None Restrict the placement of parts to only use parts associated to the passed in fabrication group identifier.
M SetSelection(ISet<ElementId>) FabricationNetworkChangeServiceResult Set the element selection to change the service or size for.
M SetServiceId(Int32) None Set the fabrication service identifier to change the elements to.
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object
Name Return Type Description Inherited From
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.