CADability dotNET
Property page in the control center, that manages the symbols available for the project.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  CADability.UserInterface..::..IShowPropertyImpl
    CADability..::..SymbolMainProperty

See Also