Plumtree UI Infrastructure API  
 

AActivitySpace.GetModelExists Method 

This method checks whether or not a specific model exists in this AActivitySpace.

public virtual bool GetModelExists(
   string modelName
);

Parameters

modelName

Return Value

boolean whether or not the model exists

See Also

AActivitySpace Class | com.plumtree.uiinfrastructure.activityspace Namespace