This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 415
1b673f1d 1f1d 453d 6259 37ca294b10f8
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the DxfObjectReference
class.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public DxfObjectReference(
DxfObject reference,
int uses
)
VB
Public Sub New (
reference As DxfObject,
uses As Integer
)
C++
public:
DxfObjectReference(
DxfObject^ reference,
int uses
)
F#
new :
reference : DxfObject *
uses : int -> DxfObjectReference
- DxfObject
- DxfObject reference.
- Int32
- Number of times the specified reference uses the table object.