CADability dotNET
The IShowProperty implementation for the models contained in a Project.

Namespace: CADability.UserInterface
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public class ModelsProperty : IShowPropertyImpl, 
	ICommandHandler
Visual Basic
Public Class ModelsProperty _
	Inherits IShowPropertyImpl _
	Implements ICommandHandler
Visual C++
public ref class ModelsProperty : public IShowPropertyImpl, 
	ICommandHandler

Inheritance Hierarchy

System..::..Object
  CADability.UserInterface..::..IShowPropertyImpl
    CADability.UserInterface..::..ModelsProperty

See Also