TableSetFormat(String, Int32)
Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual void SetFormat(
string pFormat,
int rowTypes
)
Public Overridable Sub SetFormat (
pFormat As String,
rowTypes As Integer
)
public:
virtual void SetFormat(
String^ pFormat,
int rowTypes
)
abstract SetFormat :
pFormat : string *
rowTypes : int -> unit
override SetFormat :
pFormat : string *
rowTypes : int -> unit
Parameters
- pFormat String
-
- rowTypes Int32
-
See Also