'Declaration <DefaultValueAttribute(0)> <DescriptionAttribute("A value of the third row and fourth column of the matrix (offset Z).")> Public Property OffsetZ As Double
[DefaultValue(0)] [Description("A value of the third row and fourth column of the matrix (offset Z).")] public double OffsetZ { get; set; }
[DefaultValue(0)] [Description("A value of the third row and fourth column of the matrix (offset Z).")] public: __property double get_OffsetZ(); public: __property void set_OffsetZ(
double value
);
[DefaultValue(0)] [Description("A value of the third row and fourth column of the matrix (offset Z).")] public:
property double OffsetZ { double get(); void set(double value); }
Property Value
Default value is 0.