VisualComponentRegister Method |
Register a specific component model for a component type. The component model decides how a component should be delineated.
The default for components is the ComponentMembershipModel.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 10.0.0.6737
Syntaxpublic static void Register(
string componentType,
VisualComponentVisualComponentModel model
)
Parameters
- componentType
- Type: SystemString
The component type to register. - model
- Type: Demo3D.VisualsVisualComponentVisualComponentModel
The component model that manages components of this type.
See Also