Click or drag to resize
IRelationshipTryGetAttrValue Method
Overload List
  NameDescription
Public methodTryGetAttrValue(String, Boolean)
Attempts to get the specified attribute value and indicates if the value is assigned.
Public methodTryGetAttrValue(String, DateTime)
Attempts to get the specified attribute value and indicates if the value is assigned.
Public methodTryGetAttrValue(String, Double)
Attempts to get the specified attribute value and indicates if the value is assigned.
Public methodTryGetAttrValue(String, Int64)
Attempts to get the specified attribute value and indicates if the value is assigned.
Public methodTryGetAttrValue(String, Object)
Attempts to get the specified attribute value and indicates if the value is assigned.
Public methodTryGetAttrValue(String, String)
Attempts to get the specified attribute value and indicates if the value is assigned.
Public methodTryGetAttrValue(IRelAttrDef, Boolean)
Attempts to get the specified attribute value and indicates if the value is assigned.
Public methodTryGetAttrValue(IRelAttrDef, DateTime)
Attempts to get the specified attribute value and indicates if the value is assigned.
Public methodTryGetAttrValue(IRelAttrDef, Double)
Attempts to get the specified attribute value and indicates if the value is assigned.
Public methodTryGetAttrValue(IRelAttrDef, Int64)
Attempts to get the specified attribute value and indicates if the value is assigned.
Public methodTryGetAttrValue(IRelAttrDef, Object)
Attempts to get the specified attribute value and indicates if the value is assigned.
Public methodTryGetAttrValue(IRelAttrDef, String)
Attempts to get the specified attribute value and indicates if the value is assigned.
Top
See Also