CADability dotNET
Gets access to the ICondorView implementig object that is handled by the contained CondorCtrl

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

Syntax

C#
public IView CondorView { get; }
Visual Basic
Public ReadOnly Property CondorView As IView
	Get
Visual C++
public:
property IView^ CondorView {
	IView^ get ();
}

See Also