IsCompatible Method (Sphere3D)
In This Topic
Whether the element is compatible with the specified renderer.
Syntax
'Declaration
Protected Overridable Function IsCompatible( _
ByVal As IRenderer _
) As Boolean
'Usage
Dim instance As Sphere3D
Dim rend As IRenderer
Dim value As Boolean
value = instance.IsCompatible(rend)
protected virtual bool IsCompatible(
IRenderer
)
Parameters
- rend
See Also