BIMPropertySetSetPropertyParameter Method
|
Namespace: Bricscad.Bim
Assembly: BrxMgd (in BrxMgd.dll) Version:
26.1.4.0
Syntax
public static BimResStatus SetPropertyParameter(
string propertySetName,
string propertyName,
string propertyParamName,
Object value,
Database database
)
Public Shared Function SetPropertyParameter (
propertySetName As String,
propertyName As String,
propertyParamName As String,
value As Object,
database As Database
) As BimResStatus
public:
static BimResStatus SetPropertyParameter(
String^ propertySetName,
String^ propertyName,
String^ propertyParamName,
Object^ value,
Database^ database
)
static member SetPropertyParameter :
propertySetName : string *
propertyName : string *
propertyParamName : string *
value : Object *
database : Database -> BimResStatus
Parameters
- propertySetName String
-
- propertyName String
-
- propertyParamName String
-
- value Object
-
- database Database
-
Return Value
BimResStatus
See Also