Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.Extensions Namespace > ElementAttribute Class > ElementAttribute Constructor : ElementAttribute Constructor(Int64,Object) |
public ElementAttribute( long Tag, object defaultValue )
'Declaration
Public Function New( _ ByVal Tag As Long, _ ByVal defaultValue As Object _ )
'Usage
Dim Tag As Long Dim defaultValue As Object Dim instance As New ElementAttribute(Tag, defaultValue)
public: ElementAttribute( int64 Tag, Object^ defaultValue )