'Declaration <DefaultValueAttribute(1)> <DescriptionAttribute("A value of the third row and third column of the matrix (scale Z).")> Public Property M33 As Double
[DefaultValue(1)] [Description("A value of the third row and third column of the matrix (scale Z).")] public double M33 { get; set; }
[DefaultValue(1)] [Description("A value of the third row and third column of the matrix (scale Z).")] public: __property double get_M33(); public: __property void set_M33(
double value
);
[DefaultValue(1)] [Description("A value of the third row and third column of the matrix (scale Z).")] public:
property double M33 { double get(); void set(double value); }
Property Value
Default value is 1.