PromptEntityOptionsRemoveAllowedClass Method
|
Namespace: Bricscad.EditorInput
Assembly: BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
public void RemoveAllowedClass(
Type type
)
Public Sub RemoveAllowedClass (
type As Type
)
public:
void RemoveAllowedClass(
Type^ type
)
member RemoveAllowedClass :
type : Type -> unit
Parameters
- type
- Type: SystemType
See Also