Moonware.Common
PTZCenterMaxX Property



Gets or sets the maximum value of camera's position on axis X.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property PTZCenterMaxX As Nullable(Of Integer)
'Usage
 
Dim instance As Template
Dim value As Nullable(Of Integer)
 
instance.PTZCenterMaxX = value
 
value = instance.PTZCenterMaxX
[DataMemberAttribute()]
public Nullable<int> PTZCenterMaxX {get; set;}
[DataMemberAttribute()]
public:
property Nullable<int> PTZCenterMaxX {
   Nullable<int> get();
   void set (    Nullable<int> value);
}

Property Value

The maximum value of camera's position on axis X.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Template Class
Template Members

Send Feedback