RemCardDeleteAllSeperators Method |
Namespace: Paperwork.Connect
public a_GenericResult DeleteAllSeperators( ObjectID objectId, bool includeContent )
public void DeleteAllSeperators()
{
ObjectID oid = new ObjectID("FF000100000160B0");
a_GenericResult retval = p.rCard.DeleteAllSeperators(oid, true);
if (retval.ErrorCode != 0)
throw new Exception(retval.Message);
}