'Declaration <DefaultValueAttribute(Replace)> <DescriptionAttribute("Type of binary overlay operator.")> Public Property BinaryOperationType As OverlayBinaryOperationType
[DefaultValue(Replace)] [Description("Type of binary overlay operator.")] public OverlayBinaryOperationType BinaryOperationType { get; set; }
[DefaultValue(Replace)] [Description("Type of binary overlay operator.")] public: __property OverlayBinaryOperationType get_BinaryOperationType(); public: __property void set_BinaryOperationType(
OverlayBinaryOperationType value
);
[DefaultValue(Replace)] [Description("Type of binary overlay operator.")] public:
property OverlayBinaryOperationType BinaryOperationType { OverlayBinaryOperationType get(); void set(OverlayBinaryOperationType value); }
Property Value
Default value is OverlayBinaryOperationType.Replace.