ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityInsertion Class / BlockRef Property




In This Topic
    BlockRef Property
    In This Topic
    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