Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
![]() |
GetValue<T>(String) | Gets the value of the specified property. |
![]() |
GetValue(String) | Gets the value of the specified property. |
![]() |
GetValue(GraphProperty) | Gets the value of the specified annotation. |
![]() |
GetValue<T>(GraphProperty) | Gets the value of the specified property. |
![]() |
GetValue<T>(GraphProperty, Graph) | Gets the value of the specified property. |
![]() |
GetValue<T>(GraphProperty, T) | Gets the value of the specified annotation. If property is not set, we return the default value that the caller passed to this method. |
![]() |
GetValue<T>(GraphProperty, Graph, GraphCategory%) | Gets the value of the specified property, and also returns the category that this property value was inherited from, if any. |
Top