ControlViewModel..::..CurrentBoundaryObject Property
Gets or sets the current boundary object.
Namespace:
DynamicRelaxationClashVerification.ViewModelsAssembly: DynamicRelaxationClashVerification (in DynamicRelaxationClashVerification.dll)
Syntax
public ModelItemCollection CurrentBoundaryObject { get; set; }
Public Property CurrentBoundaryObject As ModelItemCollection Get Set
public: property ModelItemCollection^ CurrentBoundaryObject { ModelItemCollection^ get (); void set (ModelItemCollection^ value); }