GisLayerRemoveAttribute Method
|
Namespace: Bricscad.Civil
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
Syntax
public void RemoveAttribute(
string attributeName
)
Public Sub RemoveAttribute (
attributeName As String
)
public:
void RemoveAttribute(
String^ attributeName
)
member RemoveAttribute :
attributeName : string -> unit
Parameters
- attributeName String
-
See Also