Demo3D 2016 API Documentation
Demo3D 2016 API Documentation
Demo3D Namespaces
Demo3D.Visuals
VisualComponent Class
VisualComponent Methods
AddToComponent Method
BelongsToComponent Method
CommonComponentTypes Method
Component Method
ComponentChildren Method
ComponentDescendants Method
Components Method
ComponentTypes Method
ComponentVisuals Method
CreateComponent Method
FindComponentType Method
IsComponentRoot Method
IsComponentType Method
Register Method
RemoveFromComponent Method
Unregister Method
VisualComponent
Components Method
Returns all the components to which this visual belongs.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 10.0.0.6737
Syntax
C#
Copy
public
static
IEnumerable
<
Visual
>
Components
(
this
Visual
visual
)
Parameters
visual
Type:
Demo3D.Visuals
Visual
The visual to inspect.
Return Value
Type:
IEnumerable
Visual
All the components to which this visual belongs.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Visual
. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)
or
Extension Methods (C# Programming Guide)
.
See Also
Reference
VisualComponent Class
Demo3D.Visuals Namespace
© Emulate3D Ltd 2016
Send comments on this topic to
support@demo3d.com