IMapContainer.DeleteField Method

Solclient

IMapContainerDeleteField Method
version: 7.2.1.27
Deletes the named field from the map.

Namespace: SolaceSystems.Solclient.Messaging.SDT
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
void DeleteField(
	string name
)
Sub DeleteField ( 
	name As String
)
void DeleteField(
	String^ name
)

Parameters

name
Type: SystemString
The name of the field to delete.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when input parameter is null.
InvalidOperationException Thrown when the container is already closed.
OperationErrorException Thrown when an error occurs. In this case ReturnCode and SDKErrorInfo are accessible from OperationErrorException and will contain more information.
FieldNotFoundException Thrown when no such field exists with the given name.
FatalErrorException Thrown when an unrecoverable error occurs.
See Also