ImageGear .NET v24.12 - Updated
BlockRef Property




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntityInsertion Class : BlockRef Property
Gets or sets a block reference for the insertion.
Syntax
'Declaration
 
Public Property BlockRef As ImGearVectorEntity
'Usage
 
Dim instance As ImGearVectorEntityInsertion
Dim value As ImGearVectorEntity
 
instance.BlockRef = value
 
value = instance.BlockRef
public ImGearVectorEntity BlockRef {get; set;}
public: __property ImGearVectorEntity* get_BlockRef();
public: __property void set_BlockRef( 
   ImGearVectorEntity* value
);
public:
property ImGearVectorEntity^ BlockRef {
   ImGearVectorEntity^ get();
   void set (    ImGearVectorEntity^ value);
}

Property Value

ImGearVectorEntity class object.
See Also

Reference

ImGearVectorEntityInsertion Class
ImGearVectorEntityInsertion Members