Indexes   

SchAppCntrFlow (Object)

Manage the technical attributes of a schematic connector.

Method Index

AppGetFlowCapability
Query the application Flow Capability property of this connector.
AppGetFlowReality
Query the application Flow Reality property of this connector.
AppSetFlowCapability
Set the application Flow Capability property of this connector.
AppSetFlowReality
Set the application Flow Reality property of this connector.

Methods


o Sub AppGetFlowCapability( oEFlowCapability)
Query the application Flow Capability property of this connector.
Parameters:
oEFlowCapability
Flow Capability.
Example:
 Dim objThisIntf As SchAppCntrFlow

  ...
 objThisIntf.AppGetFlowCapabilityCatSchIDLCntrFlowCapability_Enum
 
o Sub AppGetFlowReality( oEFlowReality)
Query the application Flow Reality property of this connector.
Parameters:
oEFlowReality
Flow Reality.
Example:
 Dim objThisIntf As SchAppCntrFlow

  ...
 objThisIntf.AppGetFlowRealityCatSchIDLCntrFlowReality_Enum
 
o Sub AppSetFlowCapability( iEFlowCapability)
Set the application Flow Capability property of this connector.
Parameters:
iEFlowCapability
Flow Capability property to be set.
Example:
 Dim objThisIntf As SchAppCntrFlow

  ...
 objThisIntf.AppSetFlowCapabilityCatSchIDLCntrFlowCapability_Enum
 
o Sub AppSetFlowReality( iEFlowReality)
Set the application Flow Reality property of this connector.
Parameters:
iEFlowReality
Flow Reality property to be set.
Example:
 Dim objThisIntf As SchAppCntrFlow

  ...
 objThisIntf.AppSetFlowRealityCatSchIDLCntrFlowReality_Enum
 

Copyright © 2006, Dassault Systèmes. All rights reserved.