PointRemoveUserAttribute Method
|
Namespace: Bricscad.Civil
Assembly: BrxMgd (in BrxMgd.dll) Version:
26.1.4.0
Syntax
public bool RemoveUserAttribute(
string A_0,
DataType A_1
)
Public Function RemoveUserAttribute (
A_0 As String,
A_1 As DataType
) As Boolean
public:
bool RemoveUserAttribute(
String^ A_0,
DataType A_1
)
member RemoveUserAttribute :
A_0 : string *
A_1 : DataType -> bool
Parameters
- A_0 String
-
- A_1 DataType
-
Return Value
Boolean
See Also