Overloaded constructor used create an instance of the AxisModel class during serialization. The public properties of this class are set by this contructor as they are obtained from the IAxis interface object passed as the parameter.
シンタックス
'宣言
Public Function New( _
ByVal As IAxis _
)
public AxisModel(
IAxis
)
パラメータ
- ax
- Specifies the IAxis interface object to be serialized.
参照