Returns an attribute contained in the given
CADInsert object.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Function Attrib( _ ByVal S As String, _ ByRef P As DPoint _ ) As CADAttrib |
Parameters
-
S
-
Type: string
A string containing a name of the attribute to return.
-
P
-
Type: DPoint
A DPoint object representing a location of the attribute.
Return Value
A
CADAttrib object or
null if this
CADInsert
doesn't contain an attribute with the specified name.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also