AttributeDefinition(Point3d, String, String,
String, ObjectId) Constructor
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public AttributeDefinition(
Point3d position,
string value,
string tag,
string prompt,
ObjectId style
)
Public Sub New (
position As Point3d,
value As String,
tag As String,
prompt As String,
style As ObjectId
)
public:
AttributeDefinition(
Point3d position,
String^ value,
String^ tag,
String^ prompt,
ObjectId style
)
new :
position : Point3d *
value : string *
tag : string *
prompt : string *
style : ObjectId -> AttributeDefinition
Parameters
- position Point3d
-
- value String
-
- tag String
-
- prompt String
-
- style ObjectId
-
See Also