FabricationNetworkChangeServiceSetPartTypeMappingState Method |
Set the state to enable or disable part type mappings when changing the service. Set to true so the mappings are applied otherwise false.
Namespace: Autodesk.Revit.DB.FabricationAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic void SetPartTypeMappingState(
bool state
)
Public Sub SetPartTypeMappingState (
state As Boolean
)
public:
void SetPartTypeMappingState(
bool state
)
member SetPartTypeMappingState :
state : bool -> unit Parameters
- state Boolean
-
See Also