Class ActiveFrame
This class provides access to the current active frame (IFrame) object. It is typically the one and only SingleDocumentFrame in the application but may be different in future, when there will be a MultiDocumenFrame.
Inheritance
System.Object
ActiveFrame
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CADability
Assembly: CADability.dll
Syntax
public class ActiveFrame
Fields
| Improve this Doc View SourceFrame
Gets the currently active frame (IFrame), may be null
Declaration
public static IFrame Frame
Field Value
| Type | Description |
|---|---|
| IFrame |