OdaCameraClassFrameWidth
Property
 | 
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 24.0.0.0
Syntax
 
public virtual double FrameWidth { get; set; }
 
Public Overridable Property FrameWidth As Double
        Get
        Set
 
public:
virtual property double FrameWidth {
        double get ();
        void set (double value);
}
 
abstract FrameWidth : float with get, set
override FrameWidth : float with get, set
 
 
 
Property Value
Double
Implements
IOdaCameraFrameWidth
 
See Also