IGraphicBaseIsCompatibleWithParent Method |
Determines whether this graphical object is compatible with the parent specified in the argument.
Namespace: Altaxo.Graph.Graph3D.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax bool IsCompatibleWithParent(
Object parentObject
)
Parameters
- parentObject Object
- The parent object.
Return Value
BooleanTrue if this object is compatible with the parent object; otherwise
false.
See Also